home *** CD-ROM | disk | FTP | other *** search
- function onEnterFrame()
- {
- collect.fruitCollect = _parent.GAME.itemCollect;
- timeMC.timer = _parent.GAME.levelTimerDisplay;
- if(_parent.GAME.gamePaused == true)
- {
- gotoAndStop(3);
- }
- }
- timeMC.timer = _parent.GAME.levelTimerDisplay;
- collect.fruitCollect = _parent.GAME.itemCollect;
- stop();
-